home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20020314-20021006 / 000412_jaltman@watsun.cc.columbia.edu_Mon Sep 30 09:30:48 EDT 2002.msg < prev    next >
Text File  |  2002-10-06  |  3KB  |  50 lines

  1. Article: 13748 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit-95 Socks
  6. Date: 30 Sep 2002 09:52:12 GMT
  7. Organization: Columbia University
  8. Lines: 33
  9. Message-ID: <an96sc$69s$1@newsmaster.cc.columbia.edu>
  10. References: <amskr6$ne0$1@blue.rahul.net> <amtlm2$npd$1@newsmaster.cc.columbia.edu> <m1u1k8p972.gnus@usa.net> <an8hi1$9od$2@blue.rahul.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1033379532 6460 128.59.39.2 (30 Sep 2002 09:52:12 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 30 Sep 2002 09:52:12 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13748
  16.  
  17. In article <an8hi1$9od$2@blue.rahul.net>,  <dold@32.usenet.us.com> wrote:
  18. : those who know me have no need of my name <not-a-real-address@usa.net> wrote:
  19. : > if that's the problem (and it seems it is) then it seems that k95 is
  20. : > presenting a sub-optimal failure message.
  21. : Unfortunately, it seems to be a crossing of rev levels.
  22. : The Kermit SOCKS is 4.2.  If the SOCKS-5 server is returning an error
  23. : message, it may be something unexpected by Kermit, although I suppose it
  24. : could say that the problem is in SOCKS somewhere.
  25.  
  26. 4.2 and 5.0 are incompatible protocols.  Its like connecting to a telnet
  27. server with an ssh client.
  28.  
  29. : An annoying side effect of this is snooping.
  30. : Shortly after I made the adjustment, adding a SOCKS-5 driver, the sysadmin
  31. : asked me what "rahul.net" was.  Later, he noticed that I wasn't able to
  32. : reach a web site (the SOCKS driver was supposed to overlook Internet
  33. : Explorer, letting http go through a different set of proxy nonsense).
  34. : So now, I think the next step will be subliminal enforcement of the notice
  35. : "corporate networks are only supposed to be used for business".
  36.  
  37. the whole purpose of authorization gateways such as SOCKS is to enforce
  38. restrictions on the use of the network for a specific set of purposes
  39. and to ensure that only approved data is transfered out of the network.
  40. you must assume that every connection you make is being logged along
  41. with the content that you are sending.  if privacy is important to you
  42. then you must begin to encrypt your connections.
  43.  
  44.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  45.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  46.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  47.  kermit-support@columbia.edu               OpenSSL.
  48.